projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4d1b6
)
(Fmac_get_preference): Use CHECK_LIST_END.
author
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:19:33 +0000
(13:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 12 Jul 2006 13:19:33 +0000
(13:19 +0000)
src/mac.c
patch
|
blob
|
history
diff --git
a/src/mac.c
b/src/mac.c
index e25ed4353427d100d416304f150b1cc05728faae..4652757fab35912e4488cfaca3b5bbccf6309ca8 100644
(file)
--- a/
src/mac.c
+++ b/
src/mac.c
@@
-4625,8
+4625,7
@@
otherwise. */)
CHECK_CONS (key);
for (tmp = key; CONSP (tmp); tmp = XCDR (tmp))
CHECK_STRING_CAR (tmp);
- if (!NILP (tmp))
- wrong_type_argument (Qlistp, key);
+ CHECK_LIST_END (tmp, key);
}
if (!NILP (application))
CHECK_STRING (application);